public.rboolop(query_int, integer[]) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

Namepublic.rboolop(query_int, integer[])
Commentboolean operation with array
Src
CREATE FUNCTION public.rboolop(query_int, integer[]) 
 RETURNS boolean AS 
$BODY$rboolop$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;